Xbasic

Reporting::ReportExcelCondition Class

Description

Condition list for report (used for conditional rows).

Properties

ExpressionCharacter

Type: "C", Condition expression (should evaluate to true or false)

preConditionNumeric

Type: "N", Iindex into condiiton object array that contains conditions.

valueLogical

Type: "L", Current value of condition expression (true or false).

rowEndNumeric

Type: "N", First row after condition (else if/else or endif for preceeding condition).

Methods

NewInstance

Create a new object instance of the same type.

See Also